home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3ibar.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_INTERACTORBAR_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_INTERACTORBAR = 1315;
-
-
-
-
- // Description: Class method which can be used for registering new * interactor specific gadgets into the
- // status bar. Gadget corresponding to the current interactor is shown.
- // Returns: Boolean, true if succeeded
- // p1: Integer, class id of the interactor
- // p3: Integer, class id of the gadget
-
- R3IBCM_INSTALLGADGET = 1315000;
-
- function mR3IBCM_INSTALLGADGET(p1, p3) {
- return DoA2(this.r3obj, 1315000, p1, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
- // p1: Integer, orientation
- // p2: Object, window
- // p3: Object, packer
-
- R3IBM_ADDCONTROLS = 1315002;
-
- function mR3IBM_ADDCONTROLS(p1, p2, p3) {
- DoA3(this.r3obj, 1315002, p1, R3TID_INTEGER, 0, p2, R3TID_OBJECT, 0, p3, R3TID_OBJECT, 0);
- }
-
-
-
-
- var R3IBA_TopPacker = 1315500; // Object
- R3IBA_ClidCount = 1315503;
- function GetR3IBA_ClidCount() {
- return R3Get(this.r3obj, R3IBA_ClidCount, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Interactorbar () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_INTERACTORBAR, arguments);
- }
- // Methods
- this.INSTALLGADGET=mR3IBCM_INSTALLGADGET;
- this.ADDCONTROLS=mR3IBM_ADDCONTROLS;
-
- // Attributes
- this.GetClidCount=GetR3IBA_ClidCount;
- }
-
- r3Interactorbar.prototype=new r3Window;
- // r3ibar.h_H